home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Hyper Education / Geography / World Miles / World Miles / card_2382.txt < prev    next >
Encoding:
Text File  |  1988-07-12  |  9.9 KB  |  472 lines

  1. -- card: 2382 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3471
  5. -- name: Tell Me
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 81
  10. -- high flags: 0007
  11. -- rect: left=16 top=91 right=334 bottom=307
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Country Code Help
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   hide card field "Country Code Help"
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 2 (field)
  28. -- low flags: 81
  29. -- high flags: 0007
  30. -- rect: left=204 top=89 right=187 bottom=498
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 0
  34. -- font id: 3
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: Airport Code Help
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   hide card field "Airport Code Help"
  42. end mouseUp
  43.  
  44.  
  45.  
  46. -- part 3 (field)
  47. -- low flags: 81
  48. -- high flags: 0007
  49. -- rect: left=46 top=89 right=190 bottom=323
  50. -- title width / last selected line: 0
  51. -- icon id / first selected line: 0 / 0
  52. -- text alignment: 0
  53. -- font id: 3
  54. -- text size: 12
  55. -- style flags: 0
  56. -- line height: 16
  57. -- part name: City Code Help
  58. ----- HyperTalk script -----
  59. on mouseUp
  60.   hide card field "City Code Help"
  61. end mouseUp
  62.  
  63.  
  64.  
  65. -- part 4 (field)
  66. -- low flags: 81
  67. -- high flags: 0007
  68. -- rect: left=144 top=116 right=214 bottom=424
  69. -- title width / last selected line: 0
  70. -- icon id / first selected line: 0 / 0
  71. -- text alignment: 0
  72. -- font id: 3
  73. -- text size: 12
  74. -- style flags: 0
  75. -- line height: 16
  76. -- part name: Latitude Help
  77. ----- HyperTalk script -----
  78. on mouseUp
  79.   hide card field "Latitude Help"
  80. end mouseUp
  81.  
  82.  
  83. -- part 5 (field)
  84. -- low flags: 81
  85. -- high flags: 0007
  86. -- rect: left=163 top=115 right=213 bottom=443
  87. -- title width / last selected line: 0
  88. -- icon id / first selected line: 0 / 0
  89. -- text alignment: 0
  90. -- font id: 3
  91. -- text size: 12
  92. -- style flags: 0
  93. -- line height: 16
  94. -- part name: Longitude Help
  95. ----- HyperTalk script -----
  96. on mouseUp
  97.   hide card field "Longitude Help"
  98. end mouseUp
  99.  
  100.  
  101. -- part 6 (button)
  102. -- low flags: 00
  103. -- high flags: 0000
  104. -- rect: left=468 top=196 right=225 bottom=504
  105. -- title width / last selected line: 0
  106. -- icon id / first selected line: 29114 / 29114
  107. -- text alignment: 1
  108. -- font id: 0
  109. -- text size: 12
  110. -- style flags: 0
  111. -- line height: 16
  112. -- part name: Return
  113. ----- HyperTalk script -----
  114. on mouseUp
  115.   visual effect iris close
  116.   pop card
  117. end mouseUp
  118.  
  119.  
  120.  
  121. -- part 7 (button)
  122. -- low flags: 00
  123. -- high flags: 0000
  124. -- rect: left=100 top=169 right=201 bottom=165
  125. -- title width / last selected line: 0
  126. -- icon id / first selected line: 0 / 0
  127. -- text alignment: 1
  128. -- font id: 0
  129. -- text size: 12
  130. -- style flags: 0
  131. -- line height: 16
  132. -- part name: USA
  133. ----- HyperTalk script -----
  134. on mouseUp
  135.   push card
  136.   visual effect iris open
  137.   go card "US time Zones"
  138. end mouseUp
  139.  
  140.  
  141.  
  142. -- part 8 (button)
  143. -- low flags: 00
  144. -- high flags: 0000
  145. -- rect: left=49 top=122 right=164 bottom=83
  146. -- title width / last selected line: 0
  147. -- icon id / first selected line: 0 / 0
  148. -- text alignment: 1
  149. -- font id: 0
  150. -- text size: 12
  151. -- style flags: 0
  152. -- line height: 16
  153. -- part name: Alaska
  154. ----- HyperTalk script -----
  155. on mouseUp
  156.   push card
  157.   visual effect iris open
  158.   go card "US time Zones"
  159. end mouseUp
  160.  
  161.  
  162.  
  163. -- part contents for card part 1
  164. ----- text -----
  165. The Country Code is a three digit number assigned by the FAA, every country and all fifty states and the Canadian territories are assigned unique codes.  The following is the current assignments.
  166. 001 - 093 The United States
  167.   001 -- Alaska
  168.   002 -- Hawaii
  169.   011 -- Connecticut
  170.   012 -- Maine
  171.   013 -- Mass.
  172.   014 -- New Hampshire
  173.   015 -- Rhode Island
  174.   016 -- Vermont
  175.   021 -- New Jursey
  176.   022 -- New York
  177.   023 -- Penn.
  178.   031 -- Delaware
  179.   032 -- District of Columbia
  180.   033 -- Florida
  181.   034 -- Georgia
  182.   035 -- Maryland
  183.   036 -- North Carolina
  184.   037 -- South Carolina
  185.   038 -- Virginia
  186.   039 -- West Virginia
  187.   041 -- Illinois
  188.   042 -- Indiana
  189.   043 -- Michigan
  190.   044 -- Ohio
  191.   045 -- Wisconsin
  192.   051 -- Alabama
  193.   052 -- Kentucky
  194.   053 -- Mississippi
  195.   054 -- Tennisee
  196.   061 -- Iowa
  197.   062 -- Kansas
  198.   063 -- Minnesota
  199.   064 -- Missouri
  200.   065 -- Nebraska
  201.   066 -- North Dakota
  202.   067 -- South Dakota
  203.   071 -- Arkansas
  204.   072 -- Lousiana
  205.   073 -- Oklahoma
  206.   074 -- Texas
  207.   081 -- Arizona
  208.   082 -- Colorado
  209.   083 -- Idaho
  210.   084 -- Montana
  211.   085 -- Nevada
  212.   086 -- New Mexico
  213.   087 -- Utah
  214.   088 -- Wyoming
  215.   091 -- California
  216.   092 -- Oregon
  217.   093 -- Washington
  218. 106 -- Belize
  219. 110 -- Costa Rica
  220. 118 -- El Salvador
  221. 127 -- Guatemala
  222. 131 -- Honduras
  223. 148 -- Mexico
  224. 153 -- Nicaragua
  225. 162 -- Panama Republic
  226. 174 -- Colombia
  227. 202 -- West Indies
  228. 204 -- Bahamas
  229. 205 -- Barbados
  230. 206 -- West Indies
  231. 207 -- Atlantic Ocean
  232. 209 -- Windward Island
  233. 219 -- Cuba
  234. 221 -- West Indies
  235. 224 -- Dominican Republic
  236. 233 -- West Indies
  237. 234 -- British West Indies
  238. 235 -- Guadelope
  239. 238 -- Haiti
  240. 243 -- Jamaica
  241. 252 -- Martinique
  242. 256 -- Montserrat
  243. 257 -- Windward Island
  244. 259 -- Neth. Antilles
  245. 261 -- Leeward Islands
  246. 266 -- Windward Islands
  247. 268 -- Puerto Rico
  248. 270 -- Guadelope
  249. 273 -- Windward Islands
  250. 274 -- West Indies
  251. 275 -- Leeward Islands
  252. 276 -- West Indies
  253. 277 -- Aruba
  254. 279 -- Windward Islands
  255. 280 -- Trinidad & Tobogo
  256. 281 -- British West Indies
  257. 282 -- British Virgin Islands
  258. 283 -- Virgin Islands, USA
  259. 303 -- Argentina
  260. 312 -- Bolivia
  261. 316 -- Brazil
  262. 324 -- Chile
  263. 327 -- Colombia
  264. 337 -- Ecuador
  265. 344 -- French Guiana
  266. 350 -- Guyana
  267. 365 -- Paraguay
  268. 368 -- Peru
  269. 379 -- Republic of Suriname
  270. 385 -- Uruguay
  271. 388 -- Venezuela
  272. 401 -- Albania
  273. 402 -- Andorra
  274. 403 -- Austria
  275. 409 -- Belgium
  276. 411 -- Bulgaria
  277. 417 -- Czechoslovakia
  278. 419 -- Denmark
  279. 425 -- Finland
  280. 427 -- France
  281. 428 -- German Dem. Rep.
  282. 429 -- Federal Republic of Germany
  283. 430 -- Germany (West)
  284. 431 -- Gibraltar
  285. 433 -- Greece
  286. 437 -- Hungary
  287. 439 -- Iceland
  288. 441 -- Republic of Ireland
  289. 445 -- Northern Ireland (UK)
  290. 450 -- Italy
  291. 454 -- Luxembourg
  292. 456 -- Mediterranean Sea
  293. 458 -- Monaco
  294. 461 -- Netherlands
  295. 465 -- Norway
  296. 467 -- Poland
  297. 469 -- Portugal
  298. 473 -- Romania
  299. 479 -- San Marino
  300. 482 -- Spain
  301. 484 -- Sweden
  302. 486 -- Switzerland
  303. 489 -- USSR
  304. 493 -- Scotland (UK)
  305. 497 -- Yugoslavia
  306. 500 -- Algeria
  307. 502 -- Angola
  308. 503 -- Burundi
  309. 504 -- Republic of Cameroon
  310. 506 -- Canary Islands
  311. 507 -- Cape Verde Islands
  312. 509 -- Central African Republic
  313. 510 -- Botswana
  314. 511 -- Chad
  315. 513 -- Comoro Islands
  316. 515 -- Peoples Republic of the Congo
  317. 517 -- Zaire
  318. 519 -- Benin
  319. 521 -- Equatorial Guinea
  320. 522 -- Ethiopia
  321. 525 -- Djibouti
  322. 526 -- Gabon
  323. 527 -- Gambia
  324. 529 -- Ghana
  325. 531 -- Guinea
  326. 532 -- Ifni
  327. 533 -- Ivory Coast
  328. 535 -- Kenya
  329. 536 -- Lesotho
  330. 537 -- Liberia
  331. 538 -- Libyan A Jamahiriya
  332. 540 -- Portugal
  333. 541 -- Dem. Rep. Madagascar
  334. 542 -- Malawi
  335. 543 -- Mali
  336. 545 -- Mauritania
  337. 546 -- Mauritius
  338. 548 -- Morocco
  339. 550 -- Mozambique
  340. 554 -- Niger
  341. 555 -- Nigeria
  342. 559 -- Guinea Bissau
  343. 561 -- Principe Island
  344. 562 -- South Africa
  345. 563 -- Indian Ocean
  346. 566 -- Rwanda
  347. 567 -- Sao Tome Island
  348. 569 -- Senegal
  349. 570 -- Seychelles Island
  350. 571 -- Sierre Leone
  351. 573 -- Somalia
  352. 575 -- Namibia
  353. 582 -- Swaziland
  354. 583 -- Sudan
  355. 585 -- Tanzania
  356. 586 -- Togo
  357. 588 -- Tunisia
  358. 590 -- Uganda
  359. 591 -- Arab Republic of Egypt
  360. 594 -- Burkina Faso
  361. 597 -- Zambia
  362. 599 -- Zimbabwe
  363. 605 -- Bahrain
  364. 611 -- Cyprus
  365. 632 -- Islamic Republic of Iran
  366. 634 -- Iraq
  367. 636 -- Israel
  368. 639 -- Jordan
  369. 644 -- Kuwait
  370. 647 -- Lebanon
  371. 658 -- Oman
  372. 664 -- Qatar
  373. 667 -- Yemen Democratic
  374. 670 -- Saudi Arabia
  375. 676 -- Syria
  376. 678 -- U.A. Emirates
  377. 679 -- Turkey
  378. 694 -- Yemen Arab Republic
  379. 701 -- Dem. Rep. of Afghanistan
  380. 703 -- Bangladesh
  381. 704 -- Brunei Darussalam
  382. 706 -- Burma
  383. 709 -- Democratic Kampuchea
  384. 711 -- Sri Lanka
  385. 713 -- Peoples Republic of China
  386. 729 -- Hong Kong
  387. 733 -- India
  388. 736 -- Japan
  389. 744 -- Laos
  390. 749 -- Malaysia
  391. 750 -- Maldives
  392. 751 -- Mongolia
  393. 755 -- Nepal
  394. 757 -- Dem. Peoples Rep. of Korea
  395. 761 -- Okinawa Island
  396. 764 -- Pakistan
  397. 766 -- Philippines
  398. 776 -- Singapore
  399. 778 -- Republic of Korea
  400. 781 -- Taiwan
  401. 782 -- Thailand
  402. 786 -- USSR
  403. 791 -- Soc. Rep. of Viet Nam
  404. 800 -- American Samoa
  405. 802 -- Australia
  406. 804 -- Papua New Guinea
  407. 807 -- Canton Island
  408. 809 -- Caroline Island
  409. 812 -- Indian Ocean
  410. 813 -- Cook Island
  411. 821 -- Fiji
  412. 823 -- French Polynesia
  413. 824 -- Rep. of Kiribati
  414. 826 -- Guam
  415. 832 -- Indonesia
  416. 834 -- Pacific Ocean
  417. 840 -- Loyalty Island
  418. 841 -- Mariana Islands
  419. 842 -- Pacific Ocean
  420. 843 -- Marshall Islands
  421. 845 -- Rep. of Nauru
  422. 846 -- New Caledonia
  423. 851 -- New Zealand
  424. 852 -- Niue
  425. 873 -- Soc. Island
  426. 874 -- Solomon Island
  427. 881 -- Tonga Island
  428. 885 -- Vanuatu
  429. 888 -- Pacific Ocean
  430. 890 -- Wallis & Futuna Island
  431. 892 -- West Samoa
  432. 906 - 961 -- Canada
  433.   906 -- British Columbia
  434.   911 -- Yukon Territories
  435.   916 -- Alberta
  436.   921 -- Saskatchuan
  437.   926 -- Manitoba
  438.   931 -- North West Territories
  439.   936 -- Ontario
  440.   941 -- Quebec
  441.   946 -- New Brunswick
  442.   950 -- St. Pierre & Miquelon
  443.   951 -- Nova Scosia
  444.   956 -- Prince Edward Island
  445.   961 -- New Fundland
  446. 975 -- Greenland
  447.  
  448.  
  449. -- part contents for background part 4
  450. ----- text -----
  451. Tell Me Card
  452.  
  453. -- part contents for background part 3
  454. ----- text -----
  455. 000
  456.  
  457.  
  458. -- part contents for card part 3
  459. ----- text -----
  460. The city code is most often the same as the airport code except when a city has more than one airport as in the case of New York City or Chicago.  In those cases a three letter code is assigned the city itself and seperate codes are assigned to the various airports.  I.E. New York has three airports LGA - Laguardia, JFK - Kennedy and EWR - Newark.  The buzz word assigned these type cities is "Multi-airport cities", catchy isn't it?
  461.  
  462. -- part contents for card part 2
  463. ----- text -----
  464. Every airport in the world, commercial and private is assigned a three letter code.  Usually the letters have some special meaning to the airport or locality, for exampel MSP is Minneapolis St. Paul.  This rule does not apply to all airports however for example the Canadian airports all (mostly) start with YY, Toronto is YYZ, Calgary is YYC, etc.
  465.  
  466. -- part contents for card part 4
  467. ----- text -----
  468. The Latitude in degrees and minutes, the direction (North or South) is represented by the N or S.
  469.  
  470. -- part contents for card part 5
  471. ----- text -----
  472. The longitude in degrees and minutes, the direction (West or East) is indicated by the W or E.